reftests: Make reset css include new CSS properties
authorBenjamin Otte <otte@redhat.com>
Tue, 1 May 2012 17:23:29 +0000 (19:23 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 2 May 2012 00:00:10 +0000 (02:00 +0200)
tests/reftests/reset-to-defaults.css

index 671b971b8a8827be3d0965f15133a2f9a9922ab7..1c27a8e72b2dc2edf387858439e9508f4e15da93 100644 (file)
   padding-left: initial;
   padding-bottom: initial;
   padding-right: initial;
+  border-top-style: initial;
   border-top-width: initial;
+  border-left-style: initial;
   border-left-width: initial;
+  border-bottom-style: initial;
   border-bottom-width: initial;
+  border-right-style: initial;
   border-right-width: initial;
   border-top-left-radius: initial;
   border-top-right-radius: initial;
   border-bottom-right-radius: initial;
   border-bottom-left-radius: initial;
-  border-top-style: initial;
-  border-left-style: initial;
-  border-bottom-style: initial;
-  border-right-style: initial;
+  outline-style: initial;
+  outline-width: initial;
+  outline-offset: initial;
   background-clip: initial;
   background-origin: initial;
+  background-size: initial;
+  background-position: initial;
   border-top-color: initial;
   border-right-color: initial;
   border-bottom-color: initial;
   border-left-color: initial;
+  outline-color:  initial;
   background-repeat: initial;
   background-image: initial;
   border-image-source: initial;
   border-image-repeat: initial;
   border-image-slice: initial;
   border-image-width: initial;
+  transition-property: initial;
+  transition-duration: initial;
+  transition-timing-function: initial;
+  transition-delay: initial;
   engine: initial;
-  transition: initial;
   gtk-key-bindings: initial;
 
   -GtkWidget-focus-line-width: 0;